﻿2026-04-27T13:56:33.9160481Z ##[group]Run actions/checkout@v6
2026-04-27T13:56:33.9160988Z with:
2026-04-27T13:56:33.9161154Z   repository: Mesya82/Service-Book
2026-04-27T13:56:33.9161531Z   token: ***
2026-04-27T13:56:33.9161684Z   ssh-strict: true
2026-04-27T13:56:33.9161848Z   ssh-user: git
2026-04-27T13:56:33.9161999Z   persist-credentials: true
2026-04-27T13:56:33.9162174Z   clean: true
2026-04-27T13:56:33.9162331Z   sparse-checkout-cone-mode: true
2026-04-27T13:56:33.9162523Z   fetch-depth: 1
2026-04-27T13:56:33.9162668Z   fetch-tags: false
2026-04-27T13:56:33.9162833Z   show-progress: true
2026-04-27T13:56:33.9162997Z   lfs: false
2026-04-27T13:56:33.9163142Z   submodules: false
2026-04-27T13:56:33.9163300Z   set-safe-directory: true
2026-04-27T13:56:33.9163597Z ##[endgroup]
2026-04-27T13:56:34.0015532Z Syncing repository: Mesya82/Service-Book
2026-04-27T13:56:34.0017657Z ##[group]Getting Git version info
2026-04-27T13:56:34.0018510Z Working directory is '/home/runner/work/Service-Book/Service-Book'
2026-04-27T13:56:34.0019778Z [command]/usr/bin/git version
2026-04-27T13:56:34.0511718Z git version 2.53.0
2026-04-27T13:56:34.0532426Z ##[endgroup]
2026-04-27T13:56:34.0547663Z Temporarily overriding HOME='/home/runner/work/_temp/a5a4a7c9-7342-450e-94b0-266a4d132373' before making global git config changes
2026-04-27T13:56:34.0549753Z Adding repository directory to the temporary git global config as a safe directory
2026-04-27T13:56:34.0552985Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Service-Book/Service-Book
2026-04-27T13:56:34.0588191Z Deleting the contents of '/home/runner/work/Service-Book/Service-Book'
2026-04-27T13:56:34.0592172Z ##[group]Initializing the repository
2026-04-27T13:56:34.0597807Z [command]/usr/bin/git init /home/runner/work/Service-Book/Service-Book
2026-04-27T13:56:34.0701991Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-04-27T13:56:34.0703099Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-04-27T13:56:34.0704532Z hint: to use in all of your new repositories, which will suppress this warning,
2026-04-27T13:56:34.0705293Z hint: call:
2026-04-27T13:56:34.0705747Z hint:
2026-04-27T13:56:34.0707385Z hint: 	git config --global init.defaultBranch <name>
2026-04-27T13:56:34.0708008Z hint:
2026-04-27T13:56:34.0708529Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-04-27T13:56:34.0709279Z hint: 'development'. The just-created branch can be renamed via this command:
2026-04-27T13:56:34.0709912Z hint:
2026-04-27T13:56:34.0710493Z hint: 	git branch -m <name>
2026-04-27T13:56:34.0710935Z hint:
2026-04-27T13:56:34.0711488Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-04-27T13:56:34.0712730Z Initialized empty Git repository in /home/runner/work/Service-Book/Service-Book/.git/
2026-04-27T13:56:34.0714750Z [command]/usr/bin/git remote add origin https://github.com/Mesya82/Service-Book
2026-04-27T13:56:34.0743408Z ##[endgroup]
2026-04-27T13:56:34.0744123Z ##[group]Disabling automatic garbage collection
2026-04-27T13:56:34.0746716Z [command]/usr/bin/git config --local gc.auto 0
2026-04-27T13:56:34.0774490Z ##[endgroup]
2026-04-27T13:56:34.0775193Z ##[group]Setting up auth
2026-04-27T13:56:34.0775867Z Removing SSH command configuration
2026-04-27T13:56:34.0781357Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-04-27T13:56:34.0808744Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-04-27T13:56:34.2362827Z Removing HTTP extra header
2026-04-27T13:56:34.2363560Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-04-27T13:56:34.2393705Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-04-27T13:56:34.2587780Z Removing includeIf entries pointing to credentials config files
2026-04-27T13:56:34.2592158Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-04-27T13:56:34.2623873Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-04-27T13:56:34.2831549Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-04-27T13:56:34.2865303Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/Service-Book/Service-Book/.git.path /home/runner/work/_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T13:56:34.2892011Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/Service-Book/Service-Book/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T13:56:34.2918518Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T13:56:34.2961488Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T13:56:34.2981424Z ##[endgroup]
2026-04-27T13:56:34.2984162Z ##[group]Fetching the repository
2026-04-27T13:56:34.2989938Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +602652fd5eb1d467eb0fc053e5e8eb610feba546:refs/remotes/pull/32/merge
2026-04-27T13:56:34.7931959Z From https://github.com/Mesya82/Service-Book
2026-04-27T13:56:34.7938863Z  * [new ref]         602652fd5eb1d467eb0fc053e5e8eb610feba546 -> pull/32/merge
2026-04-27T13:56:34.7959242Z ##[endgroup]
2026-04-27T13:56:34.7959923Z ##[group]Determining the checkout info
2026-04-27T13:56:34.7961249Z ##[endgroup]
2026-04-27T13:56:34.7961696Z [command]/usr/bin/git sparse-checkout disable
2026-04-27T13:56:34.7988726Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-04-27T13:56:34.8019376Z ##[group]Checking out the ref
2026-04-27T13:56:34.8023305Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/32/merge
2026-04-27T13:56:34.8628676Z Note: switching to 'refs/remotes/pull/32/merge'.
2026-04-27T13:56:34.8651616Z 
2026-04-27T13:56:34.8670731Z You are in 'detached HEAD' state. You can look around, make experimental
2026-04-27T13:56:34.8672011Z changes and commit them, and you can discard any commits you make in this
2026-04-27T13:56:34.8680770Z state without impacting any branches by switching back to a branch.
2026-04-27T13:56:34.8681485Z 
2026-04-27T13:56:34.8682080Z If you want to create a new branch to retain commits you create, you may
2026-04-27T13:56:34.8682885Z do so (now or later) by using -c with the switch command. Example:
2026-04-27T13:56:34.8683578Z 
2026-04-27T13:56:34.8683880Z   git switch -c <new-branch-name>
2026-04-27T13:56:34.8684403Z 
2026-04-27T13:56:34.8684725Z Or undo this operation with:
2026-04-27T13:56:34.8685243Z 
2026-04-27T13:56:34.8685526Z   git switch -
2026-04-27T13:56:34.8686081Z 
2026-04-27T13:56:34.8686525Z Turn off this advice by setting config variable advice.detachedHead to false
2026-04-27T13:56:34.8687230Z 
2026-04-27T13:56:34.8687920Z HEAD is now at 602652f Merge 662157e80bc170b688f0c4f2401d0b1b00cfea4f into 2eb17eb736e1b0f1e96ab0b906ceff0459425aa5
2026-04-27T13:56:34.8843105Z Encountered 1 file that should have been a pointer, but wasn't:
2026-04-27T13:56:34.8843875Z 	app/coverage-baselines/gmd_smoke.ec
2026-04-27T13:56:34.8863294Z ##[endgroup]
2026-04-27T13:56:34.8900627Z [command]/usr/bin/git log -1 --format=%H
2026-04-27T13:56:34.8920735Z 602652fd5eb1d467eb0fc053e5e8eb610feba546
